home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / anim / mg42_shoot.scr < prev    next >
Encoding:
Text File  |  2002-10-21  |  504 b   |  16 lines

  1. waitexec "anim/default_inithandler.scr"
  2. waitexec anim/smoking.scr::SmokeRemoveCigarette
  3.  
  4. self waitthread anim/SayManager.scr::Init
  5.  
  6. start:
  7.  
  8. // Need a fast crossblend so the shoot is snappy, which means we rely on the aim animation
  9. // lining up perfectly.
  10. self.blendtime = 0.10
  11.  
  12. self.painhandler = anim/pain_mg42.scr::PainOnMG42
  13. self thread anim/SayManager.scr::SayManager face_attack 5
  14. self setaimmotionanim MG42_crouch_shoot MG42_stand_shoot MG42_high_shoot
  15. self waittill flaggedanimdone
  16.